home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Shareware City / Comms / commsService 2.0.2 Final / AppleScripts / Param File Launch < prev    next >
Encoding:
Text File  |  1994-12-20  |  267 b   |  9 lines  |  [TEXT/ToyS]

  1. set FileToOpen to choose file with prompt "Select parameter file to use :" as string
  2. tell application "commsService"
  3.     try
  4.         set launchName to open FileToOpen
  5.     on error errMsg
  6.         beep
  7.         display dialog "commsService error - " & return & return & errMsg
  8.     end try
  9. end tell